hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
HipInputMap
hip
event
handlers
inputmap
Undocumented in source.
class
HipInputMap :
IHipInputMap
{
alias
Context
=
IHipInputMap
.
Context
;
Context
[
string
]
inputMapping
;
ubyte
id
;
float
isActionPressed
(string actionName);
float
isActionJustPressed
(string actionName);
float
isActionJustReleased
(string actionName);
void
registerInputAction
(string actionName, Context ctx);
static
IHipInputMap
parseInputMap
(ubyte[] file, string fileName, ubyte id);
}
Members
Aliases
Context
alias
Context
=
IHipInputMap
.
Context
Undocumented in source.
Functions
isActionJustPressed
float
isActionJustPressed
(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionJustReleased
float
isActionJustReleased
(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
isActionPressed
float
isActionPressed
(string actionName)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInputAction
void
registerInputAction
(string actionName, Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parseInputMap
IHipInputMap
parseInputMap
(ubyte[] file, string fileName, ubyte id)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
ubyte
id
;
Undocumented in source.
inputMapping
Context
[
string
]
inputMapping
;
Undocumented in source.
Inherited Members
From IHipInputMap
Context
struct
Context
Undocumented in source.
AxisContext
struct
AxisContext
Undocumented in source.
registerInputAction
void
registerInputAction
(string actionName, Context ctx)
Undocumented in source.
isActionPressed
float
isActionPressed
(string actionName)
Undocumented in source.
isActionJustPressed
float
isActionJustPressed
(string actionName)
Undocumented in source.
isActionJustReleased
float
isActionJustReleased
(string actionName)
Undocumented in source.
getAxis
Vector3
getAxis
(string directionalName)
Gets a Vector3 from a mapped directional.
Meta
Source
See Implementation
hip
event
handlers
inputmap
classes
HipInputMap
mixins
__anonymous